home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00211_MM Hercules VaiFotos 1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
380 b
|
19 lines
on mouseUp
global myMemSize
if the mouseV < 176 then
set foto = 5
set pulo = -1767
else if the mouseV > 259 then
set foto = 2
set pulo = -536
else
set foto = 4
set pulo = -1334
end if
if myMemSize > 15 * 1024 * 1024 then
MMVaiFotos marker("HerculesFotos"), pulo, 13, 19
else
MMVaiFotosLimitado "HerculesFotos", foto
end if
end